{ "cells": [ { "cell_type": "markdown", "id": "9cc7c907", "metadata": {}, "source": [ "# Chart Formatting in Seaborn" ] }, { "cell_type": "markdown", "id": "c5db858d", "metadata": {}, "source": [ "- Seaborn charts can be formatted using Matplot lib arguments\n", " - Because Seaborn is made on top of matplotlib" ] }, { "cell_type": "markdown", "id": "6d9f7863", "metadata": {}, "source": [ "## Some Seaborn Specific functions & arguments" ] }, { "cell_type": "markdown", "id": "cc4bbb46", "metadata": {}, "source": [ "- Despine() - remove top and right border\n", "- hue argument - if you want another categorical variable ( ie, want different bars)\n", "- palette argument - change the color of lines" ] } ], "metadata": { "kernelspec": { "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.9.12" } }, "nbformat": 4, "nbformat_minor": 5 }